home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11933 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  884 b 

  1. Path: news.primenet.com!not-for-mail
  2. From: rdeetz@mailhost.primenet.com (rdeetz@primenet.com)
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP!!! BC4.5 and custom controls
  5. Date: 16 Mar 1996 20:28:02 -0700
  6. Organization: primenet
  7. Sender: root@primenet.com
  8. Message-ID: <4ig0s2$8lc@nnrp1.news.primenet.com>
  9. X-Posted-By: ip198.cap.primenet.com
  10. X-Newsreader: Forte Free Agent v0.56
  11.  
  12.     I've recently installed Borland C++ 4.5 and Win32 and am interested in
  13. using the new Win32 common controls. I've attempted to incorperate a
  14. tree view in my 32-bit application, but am not having any luck. I've
  15. included <commctrls.h> and make a call to "InitCommonControls."
  16. Unfortunately, none of the equates or macros are defined (WC_TREEVIEW,
  17. TreeView_InsertItem, ect.) and thus generate an error. Is there a .LIB
  18. file I need to link in, or setting in an INI file? Any help would be
  19. greatly appreciated.
  20.  
  21. R Deetz
  22.  
  23.